home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
5-Fonts & Software
/
HyperCard 1.2.5
/
Help Stacks
/
Help
/
card_11754.txt
< prev
next >
Wrap
Text File
|
1989-09-06
|
879b
|
42 lines
-- card: 11754 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 4507
-- name:
-- part contents for background part 2
----- text -----
Constants
-- part contents for background part 1
----- text -----
The opposite of variables, constants contain values that always remain the same throughout HyperCard.
Use to test the result of ShiftKey, OptionKey, CommandKey, or mouse:
if the shiftKey = down then exit mouseUp
A text string with nothing in it (the same as ""). Put empty in a field to wipe out the old contents.
The opposite of true and the result of tests (such as
A > B). Store false into variables that are later tested.
put false into confirmed
(. . . later)
if confirmed then . . .
-- part contents for background part 44
----- text -----
down
empty
false
-- part contents for background part 43
----- text -----
267,189